object Form2: TForm2 Left = 354 Top = 189 BorderStyle = bsSingle Caption = 'Install' ClientHeight = 89 ClientWidth = 316 Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnPaint = FormPaint PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 122 Top = 56 Width = 75 Height = 25 Caption = 'OK' TabOrder = 0 OnClick = Button1Click end end